Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 10, 2024

Add an entry for the --enable-experimental-jit option in Doc/using/configure.rst.
This was added as an experimental option in CPython 3.13.
Possible values for it:

  • no - don't build the JIT.
  • yes - build the JIT.
  • yes-off - build the JIT but disable it by default.
  • interpreter - don't build the JIT but enable tier 2 interpreter instead.

(cherry picked from commit f435de6)

Co-authored-by: Kirill Podoprigora [email protected]
Co-authored-by: Bénédikt Tran [email protected]


📚 Documentation preview 📚: https://cpython-previews--126655.org.readthedocs.build/

…le-experimental-jit`` option (pythonGH-126648)

Add an entry for the ``--enable-experimental-jit`` option in ``Doc/using/configure.rst``.
This was added as an experimental option in CPython 3.13.
Possible values for it:
* `no` - don't build the JIT.
* `yes` - build the JIT.
* `yes-off` - build the JIT but disable it by default.
* `interpreter` - don't build the JIT but enable tier 2 interpreter instead.

(cherry picked from commit f435de6)

Co-authored-by: Kirill Podoprigora <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news labels Nov 10, 2024
@Eclips4 Eclips4 enabled auto-merge (squash) November 10, 2024 21:45
@Eclips4 Eclips4 merged commit 4567ad2 into python:3.13 Nov 10, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants